Skip to main content

All Questions

2votes
1answer
18views

How to determine the feasible domain of a trained tree model?

As far as I know, tree models (such as those trained using xgboost/lightgbm) makes reasonable prediction only if the input feature vector is similar to the train set data. If the feature vector looks ...
PeopleMoutainPeopleSea's user avatar
1vote
0answers
26views

Practical examples/tutorials of using One-Class Support Vector Machines

I am a newbie in machine learning, and hope to solve an anomaly detection task using One-Class Support Vector Machines (OCSVM). ...
SyCode's user avatar

close